github.com/go-pg/pg/v10/orm.Table.mustBelongsToRelation (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L594: 		return t.mustBelongsToRelation(field, pgTag)
		table.go#L684: func (t *Table) mustBelongsToRelation(field *Field, pgTag *tagparser.Tag) bool {